body{
    background-color: #f9f9f9;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #6527b8;
    margin: 20px;
    padding: 10px;
}
p{
        font-family:  'Helvetica', sans-serif;
        font-size: 16px;
        color: #48319b;
        line-height: 1.5;
                text-align: justify;
}
h1{
    font-family:  'Georgia', serif;
    font-size: 32px;
    color: #bd1368;
    text-align: center;
    }
      img {
        width: 400px;
        height: auto;
        border-radius: 10px;
        display: block;
        margin: 20px auto;
    }
